.download_dialog-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.download_dialog-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  font-weight: 400;
  font-family: PingFang SC, PingFang SC;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

.download_dialog-header {
  padding: 40px 30px 0;
}

.download_dialog-close-btn {
  display: none;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  background: #517ee6 url(/assets/images/ucenter/close.png) no-repeat center;
  cursor: pointer;
}

.download_dialog-title {
  font-size: 22px;
  color: #333333;
  line-height: 26px;
  text-align: center;
}

.download_dialog-body {
  padding: 30px;
}

.download_dialog-footer {
  padding: 0 30px 40px;
  text-align: center;
}

.download_dialog-footer-btn {
  width: 108px;
  height: 40px;
  font-size: 16px;
  color: #024ac2;
  background: #fff;
  border: 1px solid #024ac2;
}
.download_dialog-footer-btn + .download_dialog-footer-btn {
  margin-left: 30px;
}

.download_dialog-submit-btn {
  color: #fff;
  background: linear-gradient(31deg, #0070f4 0%, #0044f4 100%);
}
.download_dialog-submit-btn.disabled,
.download_dialog-submit-btn[disabled],
.download_dialog-submit-btn:disabled {
  opacity: 0.3;
}

.download_dialog-tips {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.download_dialog-tips::before {
  margin-right: 12px;
  width: 2px;
  height: 15px;
  content: "";
  background: #024AC2;
}

.download_dialog-items {
  margin-top: 20px;
  margin-right: -22px;
  overflow: hidden;
}

.download_dialog-item {
  float: left;
  height: 20px;
  margin-right: 22px;
  margin-bottom: 15px;
  line-height: 20px;
  color: #024ac2;
}

.download_dialog-item input[type="checkbox"] {
  position: relative;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.download_dialog-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAPRJREFUOE9jZPI69J+BioBx+BvIz83MoCHDxXDy5mdwwFHkZXFBVoZ97XoMGrJcDIWz7jJM2viMfAORDQO5LHPKbYZZ21+QZyC6YRM3PGUomn2PPC/jMwwjDOXF2BlYmBkZ7j7/gTVlEjIMxUBlSQ6GS9OMwQYFNl9j2HXuPYqhxBiGYiDIdddmmjBwsDEx/Pj1D8VQYg3D8LK7sSDDuhotFEMv3v8CTxogDcgRgC1cMNIhuqFP3vxkUJHiBOslZBjOhI1sKMwVxBiGN6cgG0qsYQSznr4SN4O6DCfDqkNviC7gKMrLREUK0U7BoXBAXUhUVQEAvnaTGFJqIYAAAAAASUVORK5CYII=)
    no-repeat center / 100%;
}

.download_dialog-desc-input {
  margin-left: 20px;
  padding: 0 16px;
  width: 390px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.download_dialog-desc-input::placeholder {
  color: #bdbdbd;
}

.download_dialog-score-tips {
  border-top: 1px dotted #e5e5e5;
  margin-top: 24px;
  margin-bottom: 30px;
  line-height: 20px;
  color: #333333;
  line-height: 20px;
  text-align: justify;
}

.download_dialog-score-tips-desc {
  margin: 24px 0 16px;
}

.download_dialog-score-tips-total{
  margin-bottom: 8px;
}
.download_dialog-score-tips-select {
  margin-bottom: 8px;
}

.download_dialog-score-tips-total span,
.download_dialog-score-tips-pay span {
  color: #024ac2;
}
